PushRange Method

Task Parallel System.Threading

Overload List

  NameDescription
PushRange(array<T>[]()[])
Inserts multiple objects at the top of the ConcurrentStack<(Of <(T>)>) atomically.
PushRange(array<T>[]()[], Int32, Int32)
Inserts multiple objects at the top of the ConcurrentStack<(Of <(T>)>) atomically.

See Also